home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / THXPlayLib / developer / thxplay_lib.fd < prev    next >
Text File  |  1998-05-10  |  664b  |  44 lines

  1. * $VER: thxplay_lib.fd 5.2 (11.05.98)
  2. ##base _THXPlayBase
  3. ##bias 30
  4. ##public
  5. *
  6. * allocation functions
  7. *
  8. thxInit(module)(a0)
  9. thxFree()()
  10. *
  11. * song control functions
  12. *
  13. thxPlay()()
  14. thxStop()()
  15. thxPause()()
  16. thxWind(direction)(d0)
  17. *
  18. * volume control functions
  19. *
  20. thxGetVolume()()
  21. thxSetVolume(volume)(d0)
  22. *
  23. * multisong support functions
  24. *
  25. thxGetNumSongs()()
  26. thxSetSong(song)(d0)
  27. *
  28. * noteplay functions
  29. *
  30. thxPlayNote(channel,note,instrument)(d0,d1,d2)
  31. thxStopNote(channel)(d0)
  32. thxNoteFX(channel,effect,parameter)(d0,d1,d2)
  33. ##private
  34. thxReserved01()()
  35. ##public
  36. *
  37. * misc functions
  38. *
  39. thxSignalEnd(task,signalset)(a0,d0)
  40. thxSongEnded()()
  41. thxSyncByte()()
  42. thxPlaytime()()
  43. ##end
  44.